internal/strconv.decimal.Shift (method)

8 uses

	internal/strconv (current package)
		atof.go#L344: 		d.Shift(-n)
		atof.go#L354: 		d.Shift(n)
		atof.go#L366: 		d.Shift(-n)
		atof.go#L375: 	d.Shift(int(1 + flt.mantbits))
		decimal.go#L315: func (a *decimal) Shift(k int) {
		ftoa.go#L192: 	d.Shift(exp - int(flt.mantbits))
		ftoa.go#L294: 	upper.Shift(exp - int(flt.mantbits) - 1)
		ftoa.go#L313: 	lower.Shift(explo - int(flt.mantbits) - 1)